-
Notifications
You must be signed in to change notification settings - Fork 188
5.13.2 #1719
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* fix: command lookup error when scope is cached Fixed lookup to use .get() on the dictionary to prevent large log of error in the circumstance of a cache command showing on a changed scope Signed-off-by: Sondra <125593620+sondevra@users.noreply.github.com> * Update context.py Signed-off-by: Sondra <125593620+sondevra@users.noreply.github.com> --------- Signed-off-by: Sondra <125593620+sondevra@users.noreply.github.com>
* fix: use answer_id from data, not options * fix: correctly deserialize question for polls * ci: add tests for polls * test: make poll dict test more resilient
Replaces the croniter start_time in CronTrigger from `datetime.now()` to `self.last_call_time.astimezone()` to fix a bug causing possible multiple firing. Fixes #1717
👋. I'm going to try to get this moving along. Current fix PRs: #1724, #1725, #1727, #1728, #1729, #1730 (technically a feat PR, but the lack of the new feature causes a lot of annoying errors so why not) I'll be reviewing what I can today, although some of these are my PRs and so will require another person to help out. |
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## stable #1719 +/- ##
==========================================
+ Coverage 45.95% 46.51% +0.55%
==========================================
Files 144 149 +5
Lines 15492 16176 +684
==========================================
+ Hits 7120 7524 +404
- Misses 8372 8652 +280 ☔ View full report in Codecov by Sentry. |
* fix: properly parse aliases for base commands * fix: don't add random aliases to base commands
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Forgot to review these changes - they work for me on Python3.10 and Python3.11;
July Update?